home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat3
/
cos.3
< prev
next >
Wrap
Text File
|
1999-09-16
|
421b
|
67 lines
COS(G) Scilab Function COS(G)
NAME
cos - cosine function
CALLING SEQUENCE
[y]=cos(x)
PARAMETERS
x : real or complex vector or real or complex symmetric matrix.
DESCRIPTION
cos(x) is the cosine of the elements of x. If X is a square and symmetric
matrix cos(X) returns
I - X^2 /2! + X^4 /4! + ....